home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / mozilla-firefox / include / websrvcs / nsISOAPParameter.h < prev    next >
C/C++ Source or Header  |  2006-05-08  |  3KB  |  100 lines

  1. /*
  2.  * DO NOT EDIT.  THIS FILE IS GENERATED FROM nsISOAPParameter.idl
  3.  */
  4.  
  5. #ifndef __gen_nsISOAPParameter_h__
  6. #define __gen_nsISOAPParameter_h__
  7.  
  8.  
  9. #ifndef __gen_nsISOAPBlock_h__
  10. #include "nsISOAPBlock.h"
  11. #endif
  12.  
  13. /* For IDL files that don't want to include root IDL files. */
  14. #ifndef NS_NO_VTABLE
  15. #define NS_NO_VTABLE
  16. #endif
  17. class nsIDOMElement; /* forward declaration */
  18.  
  19. class nsIVariant; /* forward declaration */
  20.  
  21. class nsISOAPEncoding; /* forward declaration */
  22.  
  23. class nsISchemaType; /* forward declaration */
  24.  
  25.  
  26. /* starting interface:    nsISOAPParameter */
  27. #define NS_ISOAPPARAMETER_IID_STR "99ec6690-535f-11d4-9a58-000064657374"
  28.  
  29. #define NS_ISOAPPARAMETER_IID \
  30.   {0x99ec6690, 0x535f, 0x11d4, \
  31.     { 0x9a, 0x58, 0x00, 0x00, 0x64, 0x65, 0x73, 0x74 }}
  32.  
  33. /**
  34.  * This interface encapsulates an arbitrary parameter to be used
  35.  * by the soap serialization or protocol.  See the nsISOAPBlock
  36.  * interface for particulars about how this interface works.
  37.  */
  38. class NS_NO_VTABLE nsISOAPParameter : public nsISOAPBlock {
  39.  public: 
  40.  
  41.   NS_DEFINE_STATIC_IID_ACCESSOR(NS_ISOAPPARAMETER_IID)
  42.  
  43. };
  44.  
  45. /* Use this macro when declaring classes that implement this interface. */
  46. #define NS_DECL_NSISOAPPARAMETER \
  47.   /* no methods! */
  48.  
  49. /* Use this macro to declare functions that forward the behavior of this interface to another object. */
  50. #define NS_FORWARD_NSISOAPPARAMETER(_to) \
  51.   /* no methods! */
  52.  
  53. /* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
  54. #define NS_FORWARD_SAFE_NSISOAPPARAMETER(_to) \
  55.   /* no methods! */
  56.  
  57. #if 0
  58. /* Use the code below as a template for the implementation class for this interface. */
  59.  
  60. /* Header file */
  61. class nsSOAPParameter : public nsISOAPParameter
  62. {
  63. public:
  64.   NS_DECL_ISUPPORTS
  65.   NS_DECL_NSISOAPPARAMETER
  66.  
  67.   nsSOAPParameter();
  68.  
  69. private:
  70.   ~nsSOAPParameter();
  71.  
  72. protected:
  73.   /* additional members */
  74. };
  75.  
  76. /* Implementation file */
  77. NS_IMPL_ISUPPORTS1(nsSOAPParameter, nsISOAPParameter)
  78.  
  79. nsSOAPParameter::nsSOAPParameter()
  80. {
  81.   /* member initializers and constructor code */
  82. }
  83.  
  84. nsSOAPParameter::~nsSOAPParameter()
  85. {
  86.   /* destructor code */
  87. }
  88.  
  89. /* End of implementation class template. */
  90. #endif
  91.  
  92. #define NS_SOAPPARAMETER_CID                        \
  93. { /* 87d21ec2-539d-11d4-9a59-00104bdf5339 */        \
  94.   0x87d21ec2, 0x539d, 0x11d4,                       \
  95.  {0x9a, 0x59, 0x00, 0x10, 0x4b, 0xdf, 0x53, 0x39} }
  96. #define NS_SOAPPARAMETER_CONTRACTID \
  97. "@mozilla.org/xmlextras/soap/parameter;1"
  98.  
  99. #endif /* __gen_nsISOAPParameter_h__ */
  100.